From 24c9e14c901487b115fa1f6070207b4209a2c555 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Thu, 23 Mar 2006 13:28:26 -0700 Subject: [PATCH] [IA64] bug fix in privop.c (2) Dan found another instance of the same bug, ia64 registers are 64bits. Signed-off-by: Alex Williamson --- xen/arch/ia64/xen/privop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/xen/privop.c b/xen/arch/ia64/xen/privop.c index cc507d6fff..e3feb27966 100644 --- a/xen/arch/ia64/xen/privop.c +++ b/xen/arch/ia64/xen/privop.c @@ -463,7 +463,7 @@ IA64FAULT priv_mov_from_pmc(VCPU *vcpu, INST64 inst) { UINT64 val; IA64FAULT fault; - int reg; + UINT64 reg; reg = vcpu_get_gr(vcpu,inst.M43.r3); if (privify_en && inst.M43.r1 > 63) { -- 2.30.2